home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / monitory / montel / montel.doc < prev    next >
Text File  |  1994-04-16  |  4KB  |  153 lines

  1.  
  2. |---------------------------------------------------------|
  3. |                                                         |
  4. |                 MonTel   V 1.0   4/16/94                |
  5. |                                                         |
  6. |                 CopyRight        BUGSS                  |
  7. |                 18   rue   des   noyers                 |
  8. |                 33600    PESSAC  FRANCE                 |
  9. |                                                         |
  10. |    Written in Amiga_E by PULSAR   ( Erick COPPOLINO )   |
  11. |    Mail :  BBS I (16) 56-82-70-01 (1200/75 21h - 24h)   |
  12. |                                                         |
  13. |---------------------------------------------------------|
  14.  
  15.  
  16. This code is FreeWare !
  17. Spread it as much as you can, Without Modification,
  18. and With this file too, BUT don't have profit with it ...
  19.  
  20.  
  21. What is MonTel ? :
  22. ------------------
  23.  
  24. MonTel is an Intuition Memory Dumper, allowing you to see
  25. as quickly as possible 16 to 128 bytes, with cyclic refresh.
  26. You can choose output on 4 devices :
  27.  
  28. - MNTL 80 :    French Minitel  80 columns mode  (via SER:)
  29. - MNTL 40 :    French Minitel  40 columns mode  (via SER:)
  30. - CONS    :    Console Window  opened by MonTel
  31. - CLI     :    The CLI you used to run MonTel
  32.  
  33.  
  34.  
  35. Requirements     :
  36. ------------------
  37.  
  38. You need KS 1.3 or 2.x    (not tested on 1.2, 3.x )
  39.  
  40. You NEED Reqtools.Library  V 38+
  41. Special greatings to NICO FRANCOIS for this so NICE LIB !
  42.  
  43. For  MNTL 80 and 40, you have to set SER: 1200 7E1 NONE
  44.  
  45. You  MUST  RUN MonTel :   Open a CLI and type :
  46.  
  47. .....>RUN MonTel
  48.  
  49. Otherwise your CLI will die when you'll exit MonTel, and
  50. a simple CR in this CLI will crash your system !!!  Sorry !
  51.  
  52.  
  53.  
  54.  
  55. Using MonTel     :
  56. ------------------
  57.  
  58. Startup: MonTel attempts to open SER: and sets MNTL 80 mode
  59.          if succeed.
  60.          Else MonTel is in CLI mode.
  61.  
  62.  
  63. There's 5 main gadgets :
  64.  
  65.  
  66. |-----------------------------------------------------|
  67. | MNTL 80 | Hex+Ascii | Address |   Size   |   Dump   |
  68. |-----------------------------------------------------|
  69.    Mode      Format     Start Ad  #ofBytes  Start/Stop
  70.  
  71.  
  72. Mode :    If SER: is free, choose between :
  73.                   MiNiTeL 80 char (automatic switching)
  74.                   MiNiTeL 40 char (automatic switching)
  75.                   CONSole 80 char
  76.                   CLI     80 char
  77.           ELSE
  78.                   CONSole 80 char
  79.                   CLI     80 char
  80.  
  81. Format :  For 80 char devices, choose between :
  82.                   Hex + Ascii
  83.                   Hex   only
  84.                   Ascii only
  85.           ELSE
  86.                   Hex   only
  87.                   Ascii only
  88.  
  89. Start Ad :        defines start address of dump
  90.                   always even
  91.                   Follow requester information to
  92.                   type in Hex or Dec Address ...
  93.           Default Address to a local variable of MonTel.
  94.  
  95. #ofBytes :        Choose between :
  96.                    16  Bytes
  97.                    32
  98.                    48
  99.                    64
  100.                    80
  101.                    96
  102.                   112
  103.                   128  Bytes
  104.  
  105. Start/Stop :      Turns  Dumping ON or OFF
  106.  
  107.  
  108. When dumping :    MonTel uses all available CPU time
  109.                   without disturbing Real-Time...
  110.  
  111.                   Gadgets  <  and  >  can be used to
  112.                   modify the StartAddress without
  113.                   stopping the dump :
  114.  
  115. Gadget >          Start_ad := Start_ad + Size
  116. Gadget <          Start_ad := Start_ad - Size
  117.  
  118.  
  119. Future Release   :
  120. ------------------
  121.  
  122. I'll try to solve the launching problem with the CLI...
  123.  
  124. Also :
  125.  
  126. - add the ability to dump in a file
  127.  
  128. - add a port, so we'll start Dumping from other programs,
  129.   for Real-Time debug...
  130.  
  131. - maybe add the ability to resize and accept other fonts
  132.   than Topaz, but I WANT to keep KS 1.3 compatibility ...
  133.  
  134. - ideas are welcome : see the BBS number a the top of file.
  135.  
  136.  
  137.  
  138. Conclusion       :
  139. ------------------
  140.  
  141. I want to give a lot of THANKS to Wouter Van Oortmerssen !
  142. I don't know many things about Amiga, having a little A500
  143. since only 1 year and a half, and only for playing at the
  144. beginning... Coding in C with 1Mo and one internal drive
  145. only, is (quite) impossible ! After many bad nights *8(
  146. I found his Amiga_E compiler, and now, I do think that :
  147.  
  148.            Only Amiga and E can do it !
  149.  
  150.  
  151.  
  152.  
  153.